﻿
body {
    width: 100%;
    background: rgba(128, 128, 128, 0.16);
    letter-spacing: 1px;
    overflow-y: auto;
}


.max-media-top {
    margin-top: 110px;
}
.line {
    width: 100%;
    height: 1px;
    border: 0.1px solid rgb(218, 218, 218);
}

.titbox {
    color: #808080;
    text-align: center;
    margin: 0 auto;
    font-size: 35px;
    padding-top:50px;

}
.black {
    border: 1px solid black;
}

.flexcs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.marbom1 {
    margin-bottom: 10px;
}

/*----------顶部--------*/
.head {
    margin: 0 auto;
    width: 100%;
    color: rgba(128, 128, 128, 0.85);
    background-color: #fff;
}

.logo {
    padding: 0px 1px 0px 2px;
    display: inline-block;
    height: 24px;
}

.head img {
    width: 24px;
    height: 24px;
    margin-left: 90px;
    margin-right: 15px;
    margin-top: -4px;
}

.head-title {
    font-size: 17px;
    display: inline-block;
    line-height: 52px;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 15px;
}

.head-text {
    margin-right: 10px;
    float: right;
    height: 52px;
    line-height: 52px;
}

/*----------脚页--------*/
.foot {
    width: 100%;
    background-color: #141122;
    color: #f0f0f0;
    text-align: center;
}

.foot-context {
    padding-top: 50px;
    padding-bottom: 30px;
}




/*---------产品说明---------*/
.showimg {
    height: 580px;
    margin: 0 auto;
}

.showtxt {
    width: 100%;
    margin: 0 auto;
}

.showsimg {
    width: 350px;
    height: 580px;
    margin: 0 auto;
}

    .showsimg img {
        width: 100%;
        height: 100%;
    }

.borradiu {
    border-radius: 15px 15px;
}

.showtxts {
    text-align: center;
}

    .showtxts span {
        color: rgba(77, 77, 77, 0.97);
        letter-spacing: 2.2px;
        text-indent: 3px;
    }

    .showtxts p {
        color: #808080;
    }

    .showtxts span {
        color: #808080;
    }

.ap {
    letter-spacing: 0.2px;
    font-size: 16px;
    text-indent: 3px;
    margin-top: 20px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.showtxts a {
    color: rgba(129, 64, 186, 0.95);
}
/*---------轮播---------*/
#myCarousel {
    border-bottom: 1px solid #f7eeee;
}

.fixcss {
    display: flex;
    justify-content: center;
    align-content: center;
}

.banner {
    width: 100%;
}

    .banner img {
        margin: 0 auto;
        max-width: 1340px;
    }

@media (max-width: 768px) {
    /*///////////////////////*/
    /*头部*/
    .head img {
        width: 24px;
        height: 24px;
        margin-left: 90px;
        margin-right: 15px;
        margin-top: -4px;
    }

    .head-title {
        font-size: 17px;
        display: inline-block;
        line-height: 52px;
        font-weight: 500;
        padding-left: 25px;
        padding-right: 15px;
    }

    .head-text {
        display: none;
        margin-right: 10px;
        float: right;
        height: 52px;
        line-height: 52px;
    }
    /*///////////////////////*/
    /*产品介绍*/
    .showimg {
        height: 440px;
        margin: 0 auto;
    }

    .showtxt {
        width: 100%;
        margin: 0 auto;
    }

    .showimg, .showtxt {
        margin-top: 20px;
    }

    .last-one-show {
        margin-bottom: 60px;
    }

    .showsimg {
        width: 260px;
        height: auto;
        margin: 0 auto;
    }

        .showsimg img {
            width: 100%;
            height: 100%;
        }

    .showtxts span {
        color: rgba(77, 77, 77, 0.97);
        letter-spacing: 2.2px;
        text-indent: 3px;
        font-size: 18px;
    }

    .ap {
        font-size: 12px;
        margin-top: 20px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .showtxts a {
        color: rgba(129, 64, 186, 0.95);
    }

    .max-media-top {
        margin-top: 20px;
    }
    /*///////////////////////*/
    /*底部*/
    .foot-context span {
        line-height: 35px;
        font-size: 15px;
    }

    .foot-context p {
        line-height: 35px;
        font-size: 12px;
    }

    .foot-context-col a {
        text-align: center;
        line-height: 35px;
        color: #236cef;
        font-size: 13.6px;
    }

        .foot-context-col a:hover {
            color: #236cef;
        }


    .foot-context img {
        width: 12px;
        height: 13px;
        margin-right: 7px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*///////////////////////*/
    /*头部*/
    .head img {
        width: 26px;
        height: 26px;
        margin-left: 90px;
        margin-right: 15px;
        margin-top: -4px;
    }

    .head-title {
        font-size: 16px;
        display: inline-block;
        line-height: 52px;
        font-weight: 500;
        padding-left: 25px;
        padding-right: 15px;
    }

    .head-text {
        margin-right: 40px;
        float: right;
        height: 52px;
        line-height: 52px;
    }
    /*///////////////////////*/
    /*产品介绍*/
    .showimg {
        height: 440px;
        margin: 0 auto;
    }

    .showtxt {
        width: 100%;
        margin: 0 auto;
    }

    .showimg, .showtxt {
        margin-top: 40px;
    }

    .last-one-show {
        margin-bottom: 60px;
    }

    .showsimg {
        width: 300px;
        height: 440px;
        margin: 0 auto;
    }

        .showsimg img {
            width: 100%;
            height: 100%;
        }

    .showtxts span {
        color: rgba(77, 77, 77, 0.97);
        text-indent: 3px;
        font-size: 23px;
        font-weight: 500;
        line-height: 25px;
    }

    .ap {
        font-size: 16px;
        margin-top: 20px;
        line-height: 35px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .showtxts a {
        color: rgba(129, 64, 186, 0.95);
    }

    .max-media-top {
        margin-top: 20px;
    }
    /*///////////////////////*/
    /*底部*/

    .foot-context span {
        line-height: 35px;
        font-size: 16px;
    }

    .foot-context p {
        line-height: 40px;
        font-size: 14px;
    }

    .foot-context-col a {
        text-align: center;
        line-height: 40px;
        color: #236cef;
        font-size: 14px;
    }

        .foot-context-col a:hover {
            color: #236cef;
        }


    .foot-context img {
        width: 15px;
        height: 16px;
        margin-right: 7px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*///////////////////////*/
    /*头部*/
    .head img {
        width: 30px;
        height: 30px;
        margin-left: 90px;
        margin-right: 15px;
        margin-top: -4px;
    }

    .head-title {
        font-size: 20px;
        display: inline-block;
        line-height: 52px;
        font-weight: 600;
        padding-left: 25px;
        padding-right: 15px;
    }

    .head-text {
        margin-right: 40px;
        float: right;
        height: 52px;
        line-height: 52px;
    }
    /*///////////////////////*/
    /*产品介绍*/
    .showimg {
        height: 470px;
        margin: 0 auto;
    }

    .showtxt {
        width: 100%;
        margin: 0 auto;
    }

    .showimg, .showtxt {
        margin-top: 60px;
    }

    .last-one-show {
        margin-bottom: 60px;
    }

    .showsimg {
        width: 280px;
        height: 470px;
        margin: 0 auto;
    }

        .showsimg img {
            width: 100%;
            height: 100%;
        }

    .showtxts span {
        color: rgba(77, 77, 77, 0.97);
        text-indent: 3px;
        font-size: 25px;
        font-weight: 600;
        line-height: 40px;
    }

    .ap {
        font-size: 16px;
        margin-top: 20px;
        line-height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .showtxts a {
        color: rgba(129, 64, 186, 0.95);
    }

    .max-media-top {
        margin-top: 20px;
    }
    /*///////////////////////*/
    /*底部*/


    .foot-context span {
        line-height: 35px;
        font-size: 16px;
    }

    .foot-context p {
        line-height: 40px;
        font-size: 14px;
    }

    .foot-context-col a {
        text-align: center;
        line-height: 40px;
        color: #236cef;
        font-size: 14px;
    }

        .foot-context-col a:hover {
            color: #236cef;
        }


    .foot-context img {
        width: 15px;
        height: 16px;
        margin-right: 7px;
    }
}

@media (min-width: 1200px) {
    /*///////////////////////*/
    /*头部*/
    .head img {
        width: 30px;
        height: 30px;
        margin-left: 90px;
        margin-right: 15px;
        margin-top: -4px;
    }

    .head-title {
        font-size: 18px;
        display: inline-block;
        line-height: 52px;
        font-weight: 700;
        padding-left: 125px;
        padding-right: 15px;
    }

    .head-text {
        margin-right: 40px;
        float: right;
        height: 52px;
        line-height: 52px;
    }
    /*///////////////////////*/
    /*产品介绍*/
    .showimg {
        height: 550px;
        margin: 0 auto;
    }

    .showtxt {
        width: 100%;
        margin: 0 auto;
    }

    .showimg, .showtxt {
        margin-top: 110px;
    }

    .last-one-show {
        margin-bottom: 60px;
    }

    .showsimg {
        width: 350px;
        height: 600px;
        margin: 0 auto;
    }

        .showsimg img {
            width: 100%;
            height: 100%;
        }

    .showtxts span {
        color: rgba(77, 77, 77, 0.97);
        text-indent: 3px;
        font-size: 25px;
        font-weight: 600;
        line-height: 40px;
    }

    .ap {
        font-size: 16px;
        margin-top: 20px;
        line-height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .showtxts a {
        color: rgba(129, 64, 186, 0.95);
    }

    .max-media-top {
        margin-top: 100px;
    }
    /*///////////////////////*/
    /*底部*/


    .foot-context span {
        line-height: 100px;
        font-size: 30px;
    }

    .foot-context p {
        line-height: 40px;
        font-size: 14px;
    }

    .foot-context-col a {
        text-align: center;
        line-height: 40px;
        color: #808080;
        font-size: 14px;
    }

        .foot-context-col a:hover {
            color: #5d97ff;
        }


    .foot-context img {
        width: 19px;
        height: 20px;
        margin-right: 7px;
    }
}


